rpms/flagpoll/F-7 flagpoll.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed Oct 3 20:00:50 UTC 2007


Author: deji

Update of /cvs/pkgs/rpms/flagpoll/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17803/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	flagpoll.spec 
Log Message:
Initial commit


--- NEW FILE flagpoll.spec ---
Summary:	Developers tool for storing compilation information
Name:		flagpoll
Version:	0.9.1
Release:	1%{?dist}
Group:		Development/Tools
License:	GPLv2+
URL:		https://realityforge.vrsource.org/view/FlagPoll/WebHome
Source0:	https://realityforge.vrsource.org/view/FlagPoll/FlagpollDownloads/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	automake17

%description
Flagpoll is a tool for developers to use meta-data files for storing 
information on what is needed to compile their software. Think of it as the
rpm of software development. It enables developers total control over which
packages, versions, architectures, etc. that they want to use meta-data from.

%prep
%setup -q 

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_datadir}/html

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README TODO flagpoll-manual.html
%{_bindir}/flagpoll
%{_datadir}/flagpoll/
%{_datadir}/aclocal/flagpoll.m4
%{_mandir}/man1/flagpoll.1.gz

%Changelog
* Fri Sep 28 2007 Deji Akingunola <dakingun at gmail.com> - 0.9.1-1
- Update to 0.9.1

* Tue Jul 10 2007 Deji Akingunola <dakingun at gmail.com> - 0.8.3-1
- Initial build for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flagpoll/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Oct 2007 19:46:05 -0000	1.1
+++ .cvsignore	3 Oct 2007 20:00:18 -0000	1.2
@@ -0,0 +1 @@
+flagpoll-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flagpoll/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Oct 2007 19:46:05 -0000	1.1
+++ sources	3 Oct 2007 20:00:18 -0000	1.2
@@ -0,0 +1 @@
+c4ac50ae99a880704abfc62a64ed16aa  flagpoll-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list