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

Alessandro Orlandi nyrk71 at fedoraproject.org
Sat Mar 27 21:26:42 UTC 2010


Author: nyrk71

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libharu.spec 
Log Message:
- First import in F-13



--- NEW FILE import.log ---
libharu-2_1_0-2_fc12:F-13:libharu-2.1.0-2.fc12.src.rpm:1269724843


--- NEW FILE libharu.spec ---
Name:           libharu
Version:        2.1.0
Release:        2%{?dist}
Summary:        C library for generating PDF files

Group:          System Environment/Libraries
License:        zlib with acknowledgement
URL:            http://libharu.org
Source0:        http://libharu.org/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: glibc-headers
BuildRequires: libpng-devel
BuildRequires: zlib-devel

%description
libHaru is a library for generating PDF files. 
It is free, open source, written in ANSI C and cross platform.


%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-debug
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 README CHANGES 
%{_libdir}/libhpdf-%{version}.so

%files devel
%defattr(-,root,root,-)
%doc doc demo
%{_includedir}/*
%{_libdir}/libhpdf.so



%changelog
* Tue Mar 23 2010 Alex71 <nyrk71 at gmail.com> 2.1.0-2
- put libhpdf.so in the devel package and libhpdf-2.1.0.so in the main one
- removed duplicated README and CHANGES from devel package
- fixed "E: empty-debuginfo-package" with --enable-debug flag in configure
- removed INSTALL file
- added demo/ directory in doc (devel only) as doc 
* Sat Mar 20 2010 Alex71 <nyrk71 at gmail.com> 2.1.0-1
- First release for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libharu/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Mar 2010 20:58:45 -0000	1.1
+++ .cvsignore	27 Mar 2010 21:26:41 -0000	1.2
@@ -0,0 +1 @@
+libharu-2.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libharu/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Mar 2010 20:58:45 -0000	1.1
+++ sources	27 Mar 2010 21:26:41 -0000	1.2
@@ -0,0 +1 @@
+0623b8fb08ae1b28af08b2cdbd66b662  libharu-2.1.0.tar.gz



More information about the scm-commits mailing list