rpms/libgexiv2/devel import.log, NONE, 1.1 libgexiv2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ankur Sinha ankursinha at fedoraproject.org
Mon Jun 21 03:14:00 UTC 2010


Author: ankursinha

Update of /cvs/pkgs/rpms/libgexiv2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15466/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libgexiv2.spec 
Log Message:
Initial RPM build




--- NEW FILE import.log ---
libgexiv2-0_0_91-2_fc13:HEAD:libgexiv2-0.0.91-2.fc13.src.rpm:1277090131


--- NEW FILE libgexiv2.spec ---
Name:           libgexiv2
Version:        0.0.91
Release:        2%{?dist}
Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library

Group:          System Environment/Libraries
License:        GPLv2
URL:            http://trac.yorba.org/wiki/gexiv2 
Source0:        http://yorba.org/download/gexiv2/0.0/unstable/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  exiv2-devel gobject-introspection-devel libtool


%description
libgexiv2 is a GObject-based wrapper around the Exiv2 library. 
It makes the basic features of Exiv2 available to GNOME applications.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       vala

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


%prep
%setup -q

%build
## configure fails with the error:
## configure: Invalid argument --program-prefix=
## http://trac.yorba.org:8000/ticket/2001

echo '%{configure}' | sed '/--program-prefix=/d' >build.tmp
echo 'make %{?_smp_mflags}' >>build.tmp
sh build.tmp

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib}
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 
%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files devel
%defattr(-,root,root,-)
%{_includedir}/gexiv2/
%{_libdir}/libgexiv2.so
%{_libdir}/pkgconfig/gexiv2.pc
%{_datadir}/vala/vapi/gexiv2.vapi


%changelog
* Mon Jun 14 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-2
- changed file section so package owns the directory containing headers too

* Fri Jun 11 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-1
- updated to latest release
- removed patch - it was included in this release

* Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-5
- changed configure macro as per bug report comment

* Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-4
- changed configure portion
- added Requires:  vala for devel
- made the file section more precise
- bugzilla #599097 
- changed patch to include a default LIB setting

* Fri Jun 04 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-3
- patched makefile

* Thu Jun 03 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-2
- some fixes in spec
- moved *.vapi to devel
- removed INSTALL from doc
- added comment to yorba ticket link
- corrected typo in description

* Wed Jun 02 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-1
- initial rpmbuild


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgexiv2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jun 2010 02:35:36 -0000	1.1
+++ .cvsignore	21 Jun 2010 03:14:00 -0000	1.2
@@ -0,0 +1 @@
+libgexiv2-0.0.91.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgexiv2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jun 2010 02:35:36 -0000	1.1
+++ sources	21 Jun 2010 03:14:00 -0000	1.2
@@ -0,0 +1 @@
+16b6252efabb196ae2bf799104caa0cc  libgexiv2-0.0.91.tar.gz



More information about the scm-commits mailing list