rpms/libfli/devel import.log, NONE, 1.1 libfli-suffix.patch, NONE, 1.1 libfli.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual sergiopr at fedoraproject.org
Fri Feb 6 10:32:18 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/libfli/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13482/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libfli-suffix.patch libfli.spec 
Log Message:
Importing libfli



--- NEW FILE import.log ---
libfli-1_7-3:HEAD:libfli-1.7-3.src.rpm:1233916237

libfli-suffix.patch:

--- NEW FILE libfli-suffix.patch ---
diff -ur libfli1-1.7/CMakeLists.txt libfli1-1.7.new/CMakeLists.txt
--- libfli1-1.7/CMakeLists.txt	2008-10-22 15:10:38.000000000 +0200
+++ libfli1-1.7.new/CMakeLists.txt	2009-01-28 13:45:43.000000000 +0100
@@ -18,7 +18,7 @@
 #add an install target here
 INSTALL(FILES libfli.h DESTINATION include)
 
-INSTALL(TARGETS fli LIBRARY DESTINATION lib${LIB_POSTFIX})
+INSTALL(TARGETS fli LIBRARY DESTINATION lib${LIB_SUFFIX})
 
 
 


--- NEW FILE libfli.spec ---
Name: libfli
Version: 1.7
Release: 3
Summary: Library for FLI CCD Camera & Filter Wheels

%define majorver 1

Group: Development/Libraries
# Code and LICENSE.LIB have different versions of the BSD license
# https://sourceforge.net/tracker2/?func=detail&aid=2568511&group_id=90275&atid=593019
License: BSD
URL: http://indi.sourceforge.net/index.php

Source0: http://downloads.sourceforge.net/indi/%{name}%{majorver}_%{version}.tar.gz
Patch0: libfli-suffix.patch
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: cmake 

%description
Finger Lakes Instrument library is used by applications to control FLI 
line of CCDs and Filter wheels

%package devel
Summary: Libraries, includes, etc. used to develop an application with %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
These are the header files needed to develop a %{name} application

%prep
%setup -q -n %{name}%{majorver}-%{version}
%patch0 -p1

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

%install
rm -fr %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -fr %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

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

%changelog
* Thu Feb 05 2009 Sergio Pascual <sergiopr at fedoraproject.org> -  1.7-3
- Description lines wrapped around
- Consistent macros 
- Redownloaded source from upstream

* Mon Jan 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> -  1.7-2
- Added patch to use LIB_SUFFIX

* Mon Jan 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> -  1.7-1
- First specfile version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libfli/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2009 02:43:33 -0000	1.1
+++ .cvsignore	6 Feb 2009 10:31:47 -0000	1.2
@@ -0,0 +1 @@
+libfli1_1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libfli/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2009 02:43:33 -0000	1.1
+++ sources	6 Feb 2009 10:31:47 -0000	1.2
@@ -0,0 +1 @@
+09ea2c031a6f0fe2a90386f5a171688c  libfli1_1.7.tar.gz




More information about the scm-commits mailing list