rpms/libmodman/F-13 import.log, NONE, 1.1 libmodman.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nathaniel McCallum npmccallum at fedoraproject.org
Sat Jul 3 13:39:42 UTC 2010


Author: npmccallum

Update of /cvs/pkgs/rpms/libmodman/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23625/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libmodman.spec 
Log Message:
Importing libmodman into F-13



--- NEW FILE import.log ---
libmodman-1_0_1-4_fc13:F-13:libmodman-1.0.1-4.fc13.src.rpm:1278164355


--- NEW FILE libmodman.spec ---
Name:           libmodman
Version:        1.0.1
Release:        4%{?dist}
Summary:        A simple library for managing C++ modules (plug-ins)

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://code.google.com/p/libmodman/
Source0:        http://libmodman.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake >= 2.8.0
BuildRequires:  zlib-devel

# libproxy currently ships libmodman bundled
# libproxy >= 0.4.4 can build against external libmodman
Conflicts:      libproxy < 0.4.4

%description
libmodman is a simple library for managing C++ modules (plug-ins).

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig
Requires:       cmake >= 2.8.0

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
sed -i 's|-Werror||' libmodman/CMakeLists.txt

%build
%{cmake}
make VERBOSE=1 %{?_smp_mflags}

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmodman-1.0.pc
%{_datadir}/cmake/Modules/Findlibmodman.cmake

%changelog
* Sun Jun 20 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.0.1-4
- Remove docs from -devel package
- Upgrade cmake requirement to 2.8.0
- Add cmake to -devel requires

* Fri Jun 18 2010 Nathaniel McCallum - 1.0.1-3
- Add docs to -devel package
- Fix include directory ownership

* Fri Jun 18 2010 Nathaniel McCallum - 1.0.1-2
- Added BuildRequires on zlib-devel (used for tests)

* Sun Jun 13 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.0.1-1
- First release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmodman/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jun 2010 02:38:24 -0000	1.1
+++ .cvsignore	3 Jul 2010 13:39:42 -0000	1.2
@@ -0,0 +1 @@
+libmodman-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmodman/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jun 2010 02:38:24 -0000	1.1
+++ sources	3 Jul 2010 13:39:42 -0000	1.2
@@ -0,0 +1 @@
+05213b381858c9c0fdf71309ada81ea3  libmodman-1.0.1.tar.gz



More information about the scm-commits mailing list