rpms/libisds/F-12 import.log, NONE, 1.1 libisds.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matej Cepl mcepl at fedoraproject.org
Sat Feb 13 07:44:44 UTC 2010


Author: mcepl

Update of /cvs/pkgs/rpms/libisds/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22726/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libisds.spec 
Log Message:
Initial import into repository.


--- NEW FILE import.log ---
libisds-0_1-2_el6:F-12:libisds-0.1-2.el6.src.rpm:1266047086


--- NEW FILE libisds.spec ---
Name:           libisds
Version:        0.1
Release:        2%{?dist}
Summary:        Library for accessing the Czech Data Boxes

Group:          System Environment/Libraries
License:        LGPLv3
URL:            http://xpisar.wz.cz/%{name}/
Source0:        http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:   libxml2-devel, libcurl-devel, libgcrypt-devel, gpgme-devel, expat-devel

%description
This is a library for accessing ISDS (Informační systém datových schránek
/ Data Box Information System) SOAP services as defined in Czech ISDS Act
(300/2008 Coll.) and implied documents.

%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 \
    --enable-test
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name}
mv doc specification

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS NEWS TODO COPYING
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/isds.h
%{_libdir}/*.so
%doc client specification

%changelog
* Thu Feb 11 2010 Matěj Cepl <mcepl at redhat.com> - 0.1-2
- Fixing small issue with documentation for package review

* Tue Feb 09 2010 Matěj Cepl <mcepl at redhat.com> - 0.1-1
- Initial packaging effort


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libisds/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Feb 2010 04:23:31 -0000	1.1
+++ .cvsignore	13 Feb 2010 07:44:44 -0000	1.2
@@ -0,0 +1 @@
+libisds-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libisds/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Feb 2010 04:23:31 -0000	1.1
+++ sources	13 Feb 2010 07:44:44 -0000	1.2
@@ -0,0 +1 @@
+d0b0f647e3d603ca810b639ea703ed82  libisds-0.1.tar.bz2



More information about the scm-commits mailing list