rpms/lxrandr/F-11 lxrandr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Sun Jul 19 21:33:09 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxrandr/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30163/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	lxrandr.spec 
Log Message:
initial build for this branch


--- NEW FILE lxrandr.spec ---
Name:           lxrandr
Version:        0.1.1
Release:        1%{?dist}
Summary:        Simple monitor configuration tool

Group:          User Interface/Desktops
License:        GPLv3+
URL:            http://lxde.org/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel libXrandr-devel gettext desktop-file-utils
Requires:       xorg-x11-server-utils

%description
LXRandR is a simple monitor configuration tool utilizing X RandR extension. 
It's a GUI frontend of the command line program xrandr and manages screen 
resolution and external monitors. When you run LXRandR with an external 
monitor or projector connected, its GUI will change and show you some options 
to quickly configure the external device.

LXRandR is the standard screen manager of LXDE, the Lightweight X11 Desktop 
Environment, but can be used in other desktop environments as well.


%prep
%setup -q
# quick fix for the icon
echo "Icon=video-display" >> data/%{name}.desktop.in

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install                                       \
  --delete-original                                        \
  --add-category="HardwareSettings;GTK;"                   \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.gz


%changelog
* Tue Jul 07 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
- Include new manpage

* Sun Nov 09 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxrandr/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jul 2009 20:48:10 -0000	1.1
+++ .cvsignore	19 Jul 2009 21:33:08 -0000	1.2
@@ -0,0 +1 @@
+lxrandr-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxrandr/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jul 2009 20:48:10 -0000	1.1
+++ sources	19 Jul 2009 21:33:08 -0000	1.2
@@ -0,0 +1 @@
+ab2c7f6be7e4fe6d1a26e324d836453e  lxrandr-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list