rpms/jday/devel jday.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Huzaifa Sidhpurwala (huzaifas) fedora-extras-commits at redhat.com
Tue Jan 8 03:54:37 UTC 2008


Author: huzaifas

Update of /cvs/pkgs/rpms/jday/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5441/devel

Modified Files:
	.cvsignore sources 
Added Files:
	jday.spec 
Log Message:



--- NEW FILE jday.spec ---
Name:		jday
Version:        2.4
Release:        1%{?dist}
Summary:        A simple command to convert calendar dates to julian dates
Group:          Applications/Engineering
License:        BSD
URL:            http://sourceforge.net/projects/jday/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A simple command to convert calendar dates to julian dates. 
Quite useful in timing situations where you need elapsed time between dates. 
Also useful for astronomy applications. 

%package devel
Summary:        Development files for jday
Group:          Applications/Engineering
Requires:       %{name} = %{version}-%{release}
BuildRequires:	pkgconfig

%description devel
Contains library and header files for developing applications that use jday

%prep
%setup -q


%build
%configure --disable-static
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 ChangeLog README AUTHORS NEWS
%{_bindir}/dbd
%{_bindir}/j2d
%{_bindir}/jday
%{_mandir}/man1/jday.1.gz
%{_libdir}/libjday.so.2.0.4
%{_libdir}/libjday.so.2

%files devel
%{_includedir}/jday.h
%{_libdir}/libjday.so
%{_libdir}/pkgconfig/jday.pc

%changelog
* Thu Jan 03 2007 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 2.4-1
- Changed ldconfig,URL and other things to make package compliant with 
  fedora packaging standards

* Thu Jan 03 2007 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 2.4-0
- Initial version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jday/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jan 2008 03:18:43 -0000	1.1
+++ .cvsignore	8 Jan 2008 03:54:04 -0000	1.2
@@ -0,0 +1 @@
+jday-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jday/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jan 2008 03:18:43 -0000	1.1
+++ sources	8 Jan 2008 03:54:04 -0000	1.2
@@ -0,0 +1 @@
+817af56005d1346677271ed2fab63ef5  jday-2.4.tar.gz




More information about the fedora-extras-commits mailing list