Extraction d'horaires de bus tisseo

Edit Package libtisseo
No description set
Refresh
Refresh
Source Files
Filename Size Changed
libtisseo-0.1.2.tar.gz 0000297061 290 KB
libtisseo.spec 0000001174 1.15 KB
Latest Revision
Thomas Bouffon's avatar Thomas Bouffon (Bigorre65) committed (revision 2)
M    libtisseo-0.1.2.tar.gz
A    libtisseo.spec

Diff for working copy: .
Index: libtisseo-0.1.2.tar.gz
===================================================================

Binary file libtisseo-0.1.2.tar.gz has changed

Index: libtisseo.spec
===================================================================

--- libtisseo.spec     (revision 1) 
+++ libtisseo.spec     (working copy) 
@@ -1,0 +1,66 @@
+Name:           libtisseo
+Version:        0.1.2
+Release:        1%{?dist}
+Summary:        Bibliothèque de fonctions 
+
+Group:          System Environment/Libraries
+License:        GPL
+URL:            http://blog.fedora-fr.org/bigorre65/
+Source0:        %{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+#BuildRequires:  
+Requires:      wget 
+
+%description
+Bibliothèque de fonctions
+
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc
+%{_libdir}/*.so.*
+%{_bindir}/tisseo
+
+%files devel
+%defattr(-,root,root,-)
+%doc
+%{_includedir}/*
+%{_libdir}/*.so
+
+
+%changelog
Comments 0
openSUSE Build Service is sponsored by