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

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Wed May 9 20:53:19 UTC 2007


Author: clumens

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

Modified Files:
	.cvsignore sources 
Added Files:
	repoman.spec 
Log Message:
Initial build of repoman for devel.



--- NEW FILE repoman.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

# Vendor used for desktop-file-install
%define vendor fedora

Name:           repoman
Version:        0.9
Release:        1%{?dist}
Summary:        Tool for configuring yum settings and repositories

Group:          System Environment/Base
License:        GPL
URL:            http://www.boston.burdell.org/repoman/

Source0:        http://www.boston.burdell.org/repoman/src/%{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  intltool, gettext, python-devel, desktop-file-utils

Requires:       yum, rhpl, pygtk2, pygtk2-libglade, usermode


%description
repoman is a graphical application for configuring yum(8) settings,
enabling and disabling repositories, and configuring yum(8) plug-ins.


%prep
%setup -q


%build
%{__make} %{?_smp_mflags}


%install
rm -rf %{buildroot}

%{__make} DESTDIR=%{buildroot} install
desktop-file-install --vendor="%{vendor}" \
    --delete-original \
    --dir=%{buildroot}%{_datadir}/applications/%{vendor} \
    %{name}.desktop


%clean
%{__rm} -rf %{buildroot}


%post
update-desktop-database &> /dev/null ||:


%postun
update-desktop-database &> /dev/null ||:


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO ChangeLog
%{_bindir}/*
%{_sbindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/*
%dir %{python_sitelib}/%{name}
%{python_sitelib}/%{name}/*.py
%{python_sitelib}/%{name}/*.pyc
%{python_sitelib}/%{name}/*.pyo
%attr(0644,root,root) %config(noreplace) /etc/security/console.apps/%{name}
%attr(0644,root,root) %config(noreplace) /etc/pam.d/%{name}


%changelog
* Fri May 04 2007 Chris Lumens <clumens at redhat.com> - 0.9-1
- Clean buildroot before installing (#237170).
- Fix desktop file not getting installed.

* Mon Apr 23 2007 David Cantrell <dcantrell at redhat.com> - 0.8-1
- Review fixes (#237170)

* Mon Feb 12 2007 David Cantrell <dcantrell at redhat.com> - 0.7-1
- Handle systems that do not have the standard Fedora repositories

* Sat Feb 10 2007 David Cantrell <dcantrell at redhat.com> - 0.6-1
- Don't traceback when user presses Ctrl+C to exit
- Only check for repofile read permissions in RepoFile.read()

* Mon Feb 05 2007 David Cantrell <dcantrell at redhat.com> - 0.5-1
- Make Source URL contain URL to tarball
- Remove debug_package macro
- Use python_sitelib macro
- BR python-devel

* Sun Feb 04 2007 David Cantrell <dcantrell at redhat.com> - 0.4-1
- Support adding, removing, and editing repositories
- Make the Tracking page toggle between stable and development
- consolehelper stuff

* Sat Jan 06 2007 David Cantrell <dcantrell at redhat.com> - 0.3-1
- Set build architecture to noarch
- Disable debuginfo package

* Sat Jan 06 2007 David Cantrell <dcantrell at redhat.com> - 0.2-1
- Make sure repoman.py is installed as /usr/bin/repoman

* Sat Jan 06 2007 David Cantrell <dcantrell at redhat.com> - 0.1-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/repoman/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:28:45 -0000	1.1
+++ .cvsignore	9 May 2007 20:52:42 -0000	1.2
@@ -0,0 +1 @@
+repoman-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/repoman/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:28:45 -0000	1.1
+++ sources	9 May 2007 20:52:42 -0000	1.2
@@ -0,0 +1 @@
+c7f62a0da2c6b6b3b96c9fbe7be1da15  repoman-0.9.tar.gz




More information about the fedora-extras-commits mailing list